(Top): Add a @detailmenu item for "Directory Local Variables".
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Dec 2008 15:25:53 +0000 (15:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Dec 2008 15:25:53 +0000 (15:25 +0000)
doc/lispref/elisp.texi

index 565c869227400d2473865742923b8e1289146208..6e0e4e61025ded6ea9a945c6a7c9871681945476 100644 (file)
@@ -420,9 +420,10 @@ Variables
 * Setting Variables::       Storing new values in variables.
 * Variable Scoping::        How Lisp chooses among local and global values.
 * Buffer-Local Variables::  Variable values in effect only in one buffer.
-* Future Local Variables::  New kinds of local values we might add some day.
 * File Local Variables::    Handling local variable lists in files.
+* Directory Local Variables:: Local variables common to all files in a directory.
 * Frame-Local Variables::   Frame-local bindings for variables.
+* Future Local Variables::  New kinds of local values we might add some day.
 * Variable Aliases::        Variables that are aliases for other variables.
 * Variables with Restricted Values::  Non-constant variables whose value can
                                         @emph{not} be an arbitrary Lisp object.